From: Gabriel Wicke Date: Fri, 2 Jul 2004 16:14:12 +0000 (+0000) Subject: less space below headings X-Git-Tag: 1.5.0alpha1~2728 X-Git-Url: http://git.cyclocoop.org/%22.%24match%5B1%5D.%22?a=commitdiff_plain;h=ac35a99d763b15eb6b7525d28303b4cb4bf34d70;p=lhc%2Fweb%2Fwiklou.git less space below headings --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 0a6736b52c..0ac219fd75 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -229,12 +229,11 @@ pre { span.subpages { display: block; } /* Some space under the headers in the content area */ -#bodyContent h1, -#bodyContent h2, +#bodyContent h1, #bodyContent h2 { margin-bottom:0.6em; } #bodyContent h3, #bodyContent h4, #bodyContent h5 { - margin-bottom:0.8em; + margin-bottom: 0.3em; } .firstHeading { margin-bottom:0.1em; }